Welcome![Sign In][Sign Up]
Location:
Search - matlab BP

Search list

[AI-NN-PRbp算法及其改进的matlab实现

Description:

matlab语言编写的bp算法实现自适应PID控制。

共有:无导师的heb算法,有导师的delta算法,有导师的heb算法,改进的heb算法


Platform: | Size: 832 | Author: wander | Hits:

[Other resourceMATLAB 6_5 辅助神经网络分析与设计_10954899

Description: 本书就使用matlab实现bp神经网络进行了较为详细的说明,书中包含许多具体的实例说明,希望能为大家带来一定的帮助。-book on the use of Matlab bp neural network to achieve a more detailed description of the book contains many specific examples, we hope to bring help to a certain extent.
Platform: | Size: 6733798 | Author: 乐生 | Hits:

[Other resourcematlab(bp)

Description: matlab神经网络应用设计,里面随有详细代码-Matlab neural network application design, which with a detailed code
Platform: | Size: 6351689 | Author: 李俊华 | Hits:

[Other resourcegaijin-BP

Description: 包含了用matlab编写的bp程序和动量-自适应学习调整算法(BP改进算法)程序。-includes using Matlab bp prepared by the procedures and momentum-adaptive learning algorithm adjustments (BP improve operator France) program.
Platform: | Size: 2513 | Author: 陈翠玲 | Hits:

[Other resourceMATLAB-BP

Description: 利用MATLAB编写的神经网络源程序,很实用-using MATLAB prepared by the neural network program, a very practical
Platform: | Size: 659 | Author: 李华 | Hits:

[Graph Recognizeneuronet-BP

Description: 用MATLAB做的BP神经网络,能识别简单的图象-do with MATLAB BP neural network can recognize simple images
Platform: | Size: 8351 | Author: 王鑫 | Hits:

[Other resourcematlab-bp

Description: 神经网络BP网络的计算程序-neural networks the computational procedures
Platform: | Size: 2267 | Author: 周凡 | Hits:

[OtherBP预测

Description: 是MATLAB的BP预测程序,有实际参考价值,需要的就下吧-MATLAB BP is forecasting process, the practical reference value, we need it on the next
Platform: | Size: 2555 | Author: wlr | Hits:

[SourceCodeBP网络

Description: Matlab
Platform: | Size: 858 | Author: xingyeanhe | Hits:

[matlab三层BP神经网络逼近非线性函数

Description: 内容如题,其中BP神经网络的建立采用自编函数,而非Matlab自带的神经网络建立函数
Platform: | Size: 139110 | Author: 361478421 | Hits:

[matlab用matlab实现bp算法

Description: 用matlab编程实现bp算法
Platform: | Size: 2498 | Author: 244454373 | Hits:

[Network DevelopMatlab神经网络预测程序

Description: 用matlab编BP神经网络预测程序教程
Platform: | Size: 501760 | Author: zyeastunfail@163.com | Hits:

[Mathimatics-Numerical algorithmsPSO优化BP神经网路

Description: 已经调试过的用PSO算法优化BP神经网络,取得较好的效果
Platform: | Size: 2475 | Author: 412293272@qq.com | Hits:

[AI-NN-PR神经网络预测CPI指数MATLAB源码

Description: 这是用BP神经网络通过MATLAB预测我国CPI指数的源码。以2010年4月前的CPI指数为原始数据,预测2010年4、5、6三月的CPI指数。
Platform: | Size: 869 | Author: ttr777 | Hits:

[DocumentsMATLAB的BP人工神经网络设计

Description: MATLAB的BP人工神经网络设计
Platform: | Size: 66073 | Author: 2621464545@qq.com | Hits:

[AlgorithmBP神经网络预测 matlab程序实现

Description: BP神经网络用于房价的预测 matlab程序实现
Platform: | Size: 16441 | Author: qiananwn | Hits:

[Bio-Recognize动量-自适应学习调整算法(BP改进算法)应用实例

Description: 动量-自适应学习调整算法(BP改进算法)应用实例.zip- Momentum- auto-adapted study adjustment algorithm (BP improvement algorithm) application example zip
Platform: | Size: 1024 | Author: drizzleldl | Hits:

[AI-NN-PRBP神经网络实现曲线模拟

Description: 用BP神经网络实现曲线的模拟-BP neural network simulation curve
Platform: | Size: 1024 | Author: 王君 | Hits:

[matlabMATLAB手写数字汉字识别[写字板,神经网络]

Description: 该课题为基于MATLAB bp神经网络的手写汉字识别系统。可以利用鼠标手写中文汉字进行训练,测试,可以识别任何字体,只需要到GUI界面面板更换即可。在GUI界面就可以随写随训练中文,不需要到后台手动更换文字训练,方便快捷上档次。(This project is a handwritten Chinese character recognition system based on Matlab bp neural network. You can use the mouse to write Chinese characters for training and testing. You can recognize any font. You just need to change it on the GUI interface panel. In the GUI interface, you can train Chinese as you write. You don't need to manually change the text training in the background. It is convenient and fast to upgrade the level.)
Platform: | Size: 332800 | Author: 可乐一生 | Hits:

[matlabMATLAB雾霾交通标志shibie[GUI]

Description: 该课题为基于MATLAB bp神经网络的雾霾天气下交通标志的识别系统。主要分两步骤,一是进行图像去雾,采用暗通道的方法获取光透射率,从而去除雾霾。得到清晰的图片后,利用颜色的方法进行交通标志的定位,众所周知,交通标志基本是红,蓝,黄三色组成,根据RGB不同组合可以定位到不同颜色,因为存在误差,所以需要借助形态学相关知识,将得到的误干扰面积去除,从而实现精准定位。定位后,在原图基础上进行分割出彩色图标,利用bp神经网络方法,进行训练,识别,从而得出结果。本设计配有一个GUI可视化界面,操作简单容易上手。是个不错的选题。(This project is a traffic sign recognition system based on Matlab bp neural network in haze weather. There are two steps. One is image defogging, and the dark channel method is used to obtain light transmittance to remove haze. After getting clear pictures, use color method to locate traffic signs. As we all know, traffic signs are basically composed of red, blue and yellow. According to different combinations of RGB, different colors can be located. Because there are errors, we need to use morphological knowledge to remove the error interference area, so as to achieve accurate positioning. After positioning, the color icon is segmented on the basis of the original image. The BP neural network method is used to train and identify the color icon, and the result is obtained. This design is equipped with a GUI visual interface, which is easy to operate. It's a good topic.)
Platform: | Size: 83507200 | Author: 可乐一生 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »

CodeBus www.codebus.net